home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Win32 / README next >
Encoding:
Text File  |  1996-07-24  |  1.4 KB  |  41 lines

  1.                   Win32 STk
  2.                  -----------
  3.  
  4.  
  5. This is the first port of STk on Win32. It has been compiled with BC++ 4.5.
  6. If you succeed to compile it with VC++ please send me the makefiles you used.
  7. Things are far from perfect, and there are a lot of little things to correct
  8. (mostly problem with filename conventions which are different between Unix
  9. and DOS). These problem should be corrected in future releases.
  10.  
  11. Compilation
  12. -----------
  13.  
  14. With BC++ 4.5, just type "make -f STk-make.bc " in the current
  15. directory to build the executable. and "stk-inst" to install the
  16. package.  Don't forget to set your STK_LIBRARY variable to the
  17. directory where the package has been installed.
  18.  
  19. Limitations:
  20. -----------
  21. The following limitations are mainly due to the fact that I'm not a Windows 
  22. programmer and that I try to spend as less as possible time on this system. 
  23. Consequently, I will probably not try to implements the following for 
  24. a while. The biggest limitations are 
  25.     - no dynamic loading (should be simple to implement)
  26.     - no socket code (probably harder)
  27.  
  28. The help of a window guru for these tasks would be greatly appreciated.
  29.  
  30.  
  31. -------------------------------------------------------------------------------
  32. Erick Gallesio                      tel : (33) 92-96-51-53
  33. ESSI - I3S                      fax : (33) 92-96-51-55
  34. Universite de Nice - Sophia Antipolis        email : eg@unice.fr
  35. Route des colles - BP 145
  36. 06903 Sophia Antipolis CEDEX
  37. FRANCE
  38.  
  39.      
  40.  
  41.